home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-03-15 | 1.1 KB | 75 lines |
- [MCITemplates]
- PlayNormal=Play
- PlayPos=Play From Position
- PlayTrans=Play During Transition
- PlayTempo=Play At Tempo
-
- [Script PlayNormal Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
-
- [Entry]
- play {ALIAS}
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlayTempo Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
-
- [Entry]
- play {ALIAS}
- set {ALIAS} tempo {BEATS PER MINUTE}
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlayPos Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- set {ALIAS} time format tmsf
- seek {ALIAS} to {TIME}
-
- [Entry]
- play {ALIAS}
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlayTrans Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- play {ALIAS}
-
- [Entry]
- pause {ALIAS}
-
- [Exit]
- play {ALIAS}
-
- [Ending]
- stop {ALIAS}
- close {ALIAS}
-
- [Script End]
-